
*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}


.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.col-6{
  float: left;
  width: 49%;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
header h1 {
    padding: 0;
    margin-bottom: 40px;
}
h1{
  text-transform: uppercase;
}
body{
	background: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
}
a{
color: blue;
}
a:hover{
  color: blue;
  opacity: 0.8;
}
p{
  font-size: 13px;
}
.col-6{
  width: 48%;
  display: inline-block;
  font-weight: normal;
}
.text-left{
  text-align: left;
  margin-bottom: 10px;
}
#wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) url("../graphics/background.jpg") repeat scroll 0 0;
    border-color: -moz-use-text-color #fff;
    border-image: none;
    border-style: none solid;
    border-width: 0 2px;
    margin: 0 auto;
    max-width: 768px;
    padding: 40px 0;
    text-align: center;
}

#mainContent {
    background-color: #d3eff1;
    border: 5px solid #58686b;
    padding: 0 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 11px #415154 inset;
}
.container {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
#resources h3{
  text-align: center;
}
#resources ul {
    list-style: outside none disc;
}
footer {
    margin: 20px auto 50px;
    width: 500px;
}
nav#menu {
    margin: 50px 0;
}
#menu li {
    display: inline-block;
    min-width: 170px;
    vertical-align: top;
}
#resources table tbody tr td a {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
  margin-bottom: 20px;
  color: #000;
}
h2 {
    font-size: 25px;
}
.product-list {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 280px;
}
h3 {
    font-size: 14px;
}
#wrapper h4, #wrapper h5 {
    margin-bottom: 20px;
}
h4, h5 {
    font-size: 12px;
    margin-bottom: 10px
}

.product-list ul li h4 {
    text-transform: uppercase;
}
.product-list li {
    margin: 0 auto 10px;
    min-height: 240px;  
    width: 200px;
}
.product-list li a img {
    background-color: #fff;
    border: 2px solid #000000;
    border-radius: 248px;
    box-shadow: 0 0 3px 3px #fff;
    display: block;
    margin: 0 auto 5px;
    text-align: center;
    width: 171px;
}
.model {
    color: red;
    font-size: 13px;
    font-weight: bold;
    margin: -17px 0 0;
}
span.new {
    color: blue;
}
.style2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.style3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style5 {font-family: Arial, Helvetica, sans-serif}
.blueText{
  color: blue;
}
.redText{
  color: red;
}
h1.style5 {
    font-size: 23px;
    margin: 10px 0 20px;
    max-width: 385px;
    text-transform: uppercase;
}
table ul{
  padding-left: 30px;
}
#home {
    background: rgba(0, 0, 0, 0) url("../graphics/home.png") no-repeat scroll 0 0;
    bottom: -11px;
    height: 66px;
    position: absolute;
    right: -14px;
    text-indent: -99999px;
    width: 73px;
    z-index: 2;
}
.table{
   border-collapse: collapse;

}
.table tr td, .table tr th {
  border: 1px solid #000;
  padding: 2px;
  border-spacing: 0;
}
#resources .text-left {
    font-size: 13px;
    margin: 0 auto;
    width: 95%;
}
#resources .text-left .col-6:first-child {
    margin-right: 10px;
}